home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / VCal / vcal.z / vcal
Encoding:
Text File  |  1994-08-02  |  5.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      VVVVCCCCAAAALLLL((((1111))))                   UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV                   VVVVCCCCAAAALLLL((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           VCal - calendar with alarms
  10.  
  11.      SSSSYYYYNNNNTTTTAAAAXXXX
  12.           ////uuuussssrrrr////llllooooccccaaaallll////bbbbiiiinnnn////vvvvccccaaaallll [-file _d_a_t_b_a_s_e-_f_i_l_e] [-title _w_i_n_d_o_w-
  13.           _t_i_t_l_e] [-iconName _i_c_o_n-_n_a_m_e] [-scheme _c_o_l_o_r-_s_c_h_e_m_e] [-day
  14.           _d_a_t_e] [-week _d_a_t_e] [-month _d_a_t_e] [-printMonth _d_a_t_e]
  15.  
  16.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  17.           ----ffffiiiilllleeee _d_a_t_a_b_a_s_e-_f_i_l_e
  18.                   This option allows the user to specify a different
  19.                   calendar file.  The default file is "~/._v_c_a_l".  VCal
  20.                   supports multiple accessors of the same file, and
  21.                   will update when someone else changes the same file.
  22.  
  23.           ----ttttiiiittttlllleeee _w_i_n_d_o_w-_t_i_t_l_e
  24.                   This option specifies the window title used by VCal.
  25.                   The default value is "_V_C_a_l".
  26.  
  27.           ----iiiiccccoooonnnnNNNNaaaammmmeeee _i_c_o_n-_n_a_m_e
  28.                   This option specifies the icon name used by VCal.
  29.                   The default value is "_v_c_a_l".
  30.  
  31.           ----sssscccchhhheeeemmmmeeee _c_o_l_o_r-_s_c_h_e_m_e
  32.                   VCal supports color schemes.  To select a color
  33.                   scheme, choose the name of one of the subdirectories
  34.                   under /_u_s_r/_l_i_b/_X_1_1/_s_c_h_e_m_e_s.
  35.  
  36.           ----ddddaaaayyyy _d_a_t_e
  37.                   This option displays the appointments for the
  38.                   specified day to stdout.  Use "_t_o_d_a_y" to indicate
  39.                   today's date.  An X connection is still required.
  40.  
  41.           ----wwwweeeeeeeekkkk _d_a_t_e
  42.                   This option displays the appointments for the
  43.                   specified week to stdout.  Use "_t_o_d_a_y" to indicate
  44.                   today's date.  An X connection is still required.
  45.  
  46.           ----mmmmoooonnnntttthhhh _d_a_t_e
  47.                   This option displays the appointments for the
  48.                   specified month to stdout.  Use "_t_o_d_a_y" to indicate
  49.                   today's date.  An X connection is still required.
  50.  
  51.           ----pppprrrriiiinnnnttttMMMMoooonnnntttthhhh _d_a_t_e
  52.                   This option emits PostScript to stdout, suitable for
  53.                   printing the calendar for the month with entries.
  54.                   Use "_t_o_d_a_y" to indicate today's date.  An X
  55.                   connection is still required.
  56.  
  57.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  58.           _V_C_a_l is a simple calendar program with alarms.  You can make
  59.           entries (appointments) that are either single instance or
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/6/94)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      VVVVCCCCAAAALLLL((((1111))))                   UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV                   VVVVCCCCAAAALLLL((((1111))))
  71.  
  72.  
  73.  
  74.           repeating, and have alarm events.
  75.  
  76.           Select the "On Window" menu item under the "Help" menu to
  77.           view the on-line help text.  This text describes VCal and
  78.           its interface.
  79.  
  80.      CCCCUUUURRRRRRRREEEENNNNTTTT FFFFEEEEAAAATTTTUUUURRRREEEESSSS
  81.           Appointments can have multiple alarm events, and alarm
  82.           events can popup a dialog, send email, and/or execute a
  83.           commmand.
  84.  
  85.           Month and week overview displays.
  86.  
  87.           Month PostScript printing, day/week/month ASCII output.
  88.  
  89.           Multi-line text appointments.
  90.  
  91.           Full control of configurable options through preferences
  92.           dialog.
  93.  
  94.           Support for multiple, simultaneous accessors of the same
  95.           database.
  96.  
  97.      AAAAUUUUTTTTHHHHOOOORRRR
  98.           Mike Yang, mikey@sgi.com, mikey@cs.stanford.edu
  99.  
  100.           Copyright 1994, Silicon Graphics, Inc.  All Rights Reserved.
  101.  
  102.      BBBBUUUUGGGGSSSS
  103.           Modifications to repeating entries affect all instances.
  104.  
  105.           The -daily, -weekly, -monthly, and -printMonth switches
  106.           still require an X connection.
  107.  
  108.           Alarm advance warnings not specified in days do not work
  109.           across day boundaries.
  110.  
  111.           Alarms scheduled to fire on a previous day will trigger at
  112.           12am on the the previous day if VCal is running, or at
  113.           startup when VCal is started on the previous day.
  114.  
  115.           You cannot delete an alarm's entry from the popup dialog if
  116.           the entry is for a future day (i.e. the advance notice is
  117.           measured in days).
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 3/6/94)
  130.  
  131.  
  132.  
  133.